home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / btnc200 / globals.c < prev    next >
C/C++ Source or Header  |  1996-08-26  |  843b  |  55 lines

  1. #include        <portab.h>
  2.  
  3. #include        <stdio.h>
  4.  
  5. #include        "general.h"
  6.  
  7.  
  8. ADDRESS            curaddr;
  9. BYTE            hubphone[40];
  10.  
  11. UWORD            curreg,
  12.                 lastreg,
  13.                 curhub,
  14.                 onlyzone;
  15.  
  16. DOMAINSPEC        *domains;
  17. ADDLIST            *addlists;
  18. POINTLIST        *pointlists;
  19.  
  20. WORD            active_nodes,
  21.                 down_nodes,
  22.                 private_nodes,
  23.                 zones,
  24.                 regions;
  25.  
  26. BOOLEAN            oz_compiled,
  27.                 az_compiled,
  28.                 ap_compiled,
  29.                 az_displayed,
  30.                 ap_displayed,
  31.                 
  32.                 doing_addlist,
  33.                 points24,
  34.                 
  35. /* Modified -------------------- */
  36.                 ADDLIST4D,
  37.                 write_logfile,
  38. /*------------------------------ */
  39.                 
  40.                 userlist,
  41.                 display,
  42.                 statistics,
  43.                 
  44.                 c_format = FALSE;
  45.  
  46. FILE            *fidouser_lst;
  47.  
  48. BYTE            *userlist_name = "FIDOUSER.LST";
  49.  
  50. /* Modified -------------------- */
  51.  
  52. BYTE            logname[40];
  53.  
  54. /*------------------------------ */
  55.